home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / domacnost a kancelar / notepadsx / NotePadSX_Setup.exe / install_script.iss
Text File  |  2006-10-02  |  3KB  |  69 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=NotePad SX
  5. AppVerName=NotePad SX 1.2
  6. AppId=NotePad SX
  7. AppPublisher=SX Software, Inc.
  8. AppPublisherURL=http://www.sxsoftware.com/
  9. AppSupportURL=http://www.sxsoftware.com/
  10. AppUpdatesURL=http://www.sxsoftware.com/
  11. DefaultDirName={pf}\NotePad SX
  12. DefaultGroupName=SX Software
  13. OutputBaseFilename=NotePadSX_Setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. AllowNoIcons=yes
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\NotepadSX.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\TextEd.icl"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\16.icl"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\16a.icl"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\24.icl"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\24a.icl"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\Blue.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  28. Source: "{app}\Default 2.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  29. Source: "{app}\Far Big.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  30. Source: "{app}\Far Tool.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  31. Source: "{app}\Far.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  32. Source: "{app}\Full Screen.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  33. Source: "{app}\Tool Window.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  34. Source: "{app}\Untitled.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  35. Source: "{app}\Window.style"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  36.  
  37. [INI]
  38. FileName: "{app}\NotepadSX.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.sxsoftware.com/"; 
  39.  
  40. [Run]
  41. Filename: "{app}\NotepadSX.exe"; Description: "{cm:LaunchProgram,NotePad SX}"; Flags: postinstall skipifsilent nowait
  42.  
  43. [Icons]
  44. Name: "{group}\NotePad SX"; Filename: "{app}\NotepadSX.exe"; 
  45. Name: "{group}\{cm:ProgramOnTheWeb,NotePad SX}"; Filename: "{app}\NotepadSX.url"; 
  46. Name: "{userdesktop}\NotePad SX"; Filename: "{app}\NotepadSX.exe"; Tasks: desktopicon; 
  47.  
  48. [Tasks]
  49. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  50.  
  51. [UninstallDelete]
  52. Type: files; Name: "{app}\NotepadSX.url"; 
  53.  
  54. [CustomMessages]
  55. default.NameAndVersion=%1 version %2
  56. default.AdditionalIcons=Additional icons:
  57. default.CreateDesktopIcon=Create a &desktop icon
  58. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  59. default.ProgramOnTheWeb=%1 on the Web
  60. default.UninstallProgram=Uninstall %1
  61. default.LaunchProgram=Launch %1
  62. default.AssocFileExtension=&Associate %1 with the %2 file extension
  63. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  64.  
  65. [Languages]
  66. ; These files are stubs
  67. ; To achieve better results after recompilation, use the real language files
  68. Name: "default"; MessagesFile: "embedded\default.isl"; 
  69.